From: Brion Vibber Date: Tue, 27 Mar 2007 19:25:26 +0000 (+0000) Subject: good thing we're not actually using this fallback func, huh X-Git-Tag: 1.31.0-rc.0~53582 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=57570fae3d7ab093b2371712d27a9d358af5b5e0;p=lhc%2Fweb%2Fwiklou.git good thing we're not actually using this fallback func, huh --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 6650c8972c..db09675ba1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -67,7 +67,7 @@ if ( !function_exists( 'mb_strlen' ) ) { * @param string $enc optional encoding; ignored * @return int */ - function new_mb_strlen( $str, $enc="" ) { + function mb_strlen( $str, $enc="" ) { $counts = count_chars( $str ); $total = 0;